UUI-INPUT needs a `label` Warning
# help-with-umbraco
a
Ok so I am building a custom data field type for Umbraco 14 and am getting a warning in the JS console about a missing label - except I am using a label. What is the correct way to do this? warning message: UUI-INPUT needs a
label
** code: Monday Maximum per day per:
m
It means a label attribute 🙂 it will handle <uui-label I believe
a
Oh, thanks, a literal label= attribute, ok thanks
Update: that worked. Interestingly, I noticed umbraco 14 itself doesn’t have a label set on some data types, ex. Toggles.
30 Views